﻿2026-06-05T18:56:32.0031878Z ##[group]Run actions/checkout@v5
2026-06-05T18:56:32.0032399Z with:
2026-06-05T18:56:32.0032777Z   repository: SaberMage/spt-shell-notify
2026-06-05T18:56:32.0033250Z   path: .adapter-notify
2026-06-05T18:56:32.0037895Z   token: ***
2026-06-05T18:56:32.0038274Z   ssh-strict: true
2026-06-05T18:56:32.0038624Z   ssh-user: git
2026-06-05T18:56:32.0038985Z   persist-credentials: true
2026-06-05T18:56:32.0039672Z   clean: true
2026-06-05T18:56:32.0040198Z   sparse-checkout-cone-mode: true
2026-06-05T18:56:32.0040629Z   fetch-depth: 1
2026-06-05T18:56:32.0040980Z   fetch-tags: false
2026-06-05T18:56:32.0041349Z   show-progress: true
2026-06-05T18:56:32.0041735Z   lfs: false
2026-06-05T18:56:32.0042075Z   submodules: false
2026-06-05T18:56:32.0042471Z   set-safe-directory: true
2026-06-05T18:56:32.0042868Z ##[endgroup]
2026-06-05T18:56:32.1271750Z Syncing repository: SaberMage/spt-shell-notify
2026-06-05T18:56:32.1281614Z ##[group]Getting Git version info
2026-06-05T18:56:32.1282406Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-05T18:56:32.1326183Z [command]/usr/bin/git version
2026-06-05T18:56:32.1384189Z git version 2.34.1
2026-06-05T18:56:32.1412533Z ##[endgroup]
2026-06-05T18:56:32.1425602Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/6dbb16df-523f-4cfe-bbc1-a7477eb156e1/.gitconfig'
2026-06-05T18:56:32.1614496Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/6dbb16df-523f-4cfe-bbc1-a7477eb156e1' before making global git config changes
2026-06-05T18:56:32.1616739Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T18:56:32.1626422Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-05T18:56:32.1992412Z ##[group]Initializing the repository
2026-06-05T18:56:32.1997996Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-05T18:56:32.2039886Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-05T18:56:32.2040905Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-05T18:56:32.2042075Z hint: of your new repositories, which will suppress this warning, call:
2026-06-05T18:56:32.2042682Z hint: 
2026-06-05T18:56:32.2043132Z hint: 	git config --global init.defaultBranch <name>
2026-06-05T18:56:32.2043644Z hint: 
2026-06-05T18:56:32.2044129Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-05T18:56:32.2044941Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-05T18:56:32.2045573Z hint: 
2026-06-05T18:56:32.2045924Z hint: 	git branch -m <name>
2026-06-05T18:56:32.3634761Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-05T18:56:32.3651199Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-05T18:56:32.4503957Z ##[endgroup]
2026-06-05T18:56:32.4504785Z ##[group]Disabling automatic garbage collection
2026-06-05T18:56:32.4511108Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T18:56:32.5008451Z ##[endgroup]
2026-06-05T18:56:32.5009282Z ##[group]Setting up auth
2026-06-05T18:56:32.5020251Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T18:56:32.5072574Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T18:56:32.5310138Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T18:56:32.5349760Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T18:56:32.5591081Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T18:56:32.5632966Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T18:56:32.5877915Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T18:56:32.6361322Z ##[endgroup]
2026-06-05T18:56:32.6362356Z ##[group]Determining the default branch
2026-06-05T18:56:32.6371676Z Retrieving the default branch name
2026-06-05T18:56:33.3869287Z Default branch 'main'
2026-06-05T18:56:33.3880672Z ##[endgroup]
2026-06-05T18:56:33.3881613Z ##[group]Fetching the repository
2026-06-05T18:56:33.3883008Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-05T18:56:34.2833379Z From https://github.com/SaberMage/spt-shell-notify
2026-06-05T18:56:34.2834205Z  * [new branch]      main       -> origin/main
2026-06-05T18:56:34.2859375Z ##[endgroup]
2026-06-05T18:56:34.2860695Z ##[group]Determining the checkout info
2026-06-05T18:56:34.2862829Z ##[endgroup]
2026-06-05T18:56:34.2870832Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T18:56:34.3114567Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T18:56:34.3157819Z ##[group]Checking out the ref
2026-06-05T18:56:34.3164001Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-05T18:56:34.3232767Z Switched to a new branch 'main'
2026-06-05T18:56:34.3233987Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-05T18:56:34.3238263Z ##[endgroup]
2026-06-05T18:56:34.3291465Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T18:56:34.3328389Z ee2d37eadc730c0019e0af82d683074c509634a2
